import pandas as pd import altair as alt from helper import RawData, InteractivePlot
raw = RawData("../../data/data_part2_1750.csv") df = raw.get(epoch_less_than=0.3)
fig4 = InteractivePlot(df=df) # see helper.py for details fig4.plot()